add gtksetting
authorcinamod <cinamod>
Tue, 30 Sep 2003 14:44:11 +0000 (14:44 +0000)
committercinamod <cinamod>
Tue, 30 Sep 2003 14:44:11 +0000 (14:44 +0000)
modules/engines/ms-windows/wimp_style.c

index 9b2f875e31fe438c8b97fbf5a0d2dd84bf8518b3..277be997330bd6dd1bcab04ff458c82e93e0b643 100755 (executable)
@@ -252,7 +252,7 @@ setup_system_settings (GtkStyle * style)
 
   if (!win95) {
     if (SystemParametersInfo (SPI_GETMENUSHOWDELAY, 0, &menu_delay, 0)) {
-      g_object_set (G_OBJECT (settings), "gtk-menu-bar-popup-delay",
+      g_object_set (G_OBJECT (settings), "gtk-menu-popup-delay",
                    0, NULL);
       g_object_set (G_OBJECT (settings), "gtk-menu-popdown-delay",
                    menu_delay, NULL);